body{
    margin: 0;
    width: 100%;
}
a{
    text-decoration: none;
}
.header-top{
    width: 1200px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 150px;
}
.header-top-left{

}
.header-top-left img{
    height: 60px;
    width: auto;
}
.header-top-right{
    position: relative;
}
.header-top-right input{
    height: 30px;
    width: 250px;
    border: solid 1px #E1E1E1;
    border-radius: 5px;
    padding-left: 10px;
}
.header-top-right a{
    position: absolute;
    top:7.5px;
    right: 10px;
}
.header-top-right a img{
    width: 15px;
}
.header-nav{
    width: 100%;

    background:#0154A4;
}
.header-naver{
    width: 1200px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.nav-item{
    flex:1;
    position: relative;
}
.nav-item>a{
    font-size: 16px;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
.nav-item.navon{
    background: #6B9ECE;
}
.nav-item-son{
    display: none;
}
.nav-item-son.on{
    position: absolute;
    left: 0;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    background:#0154A4;
    z-index: 99;
	
}
.nav-item-son>a{
    width: 100%;
	word-break:break-all;
	height:auto;
	font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
.nav-item-sonnav{
	line-height: 20px !important;
	padding:5px 0;
}
.nav-item-son>a.navon{
    background: #6B9ECE;
}
.navfather.off{
    display: none;
}
.footer{
    width: 1200px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 70px;
    background: #FFFFFF;
}
.footer .phone{
    color: #0153A2;
    font-weight: bolder;
    position: relative;
    padding-left: 50px;
    font-size: 20px;
}
.footer .phone:before{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: url("../../img/new/phone_icon.png") no-repeat center/100% 100%;
    top: -5px;
    left: 0;
}
.footer .info p{
    margin: 0;
    font-size: 14px;
    color: #5A5A5A;
    line-height: 30px;
    height: 30px;
}
.footer .ewm img{
    width: 100px;
}
.footer .ewm p{
    margin: 0;
    font-size: 14px;
    color: #5A5A5A;
    text-align: center;
}
.rightnav{
    width: 70px;
    position: fixed;
    right: 50px;
    top:300px;
    z-index: 99;
}
.right-item{
    background: #C4C4C4;
    margin-bottom: 2px;
}
.right-item a{
    width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.right-item.on{
    background: #0153A2;
}
.right-item img{
    width: 50%;
}
.right-item span{
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}
.wxitem{
    position: relative;
}
.wximg{
    position: absolute;
    left: -155px;
    top:0px;
    border: 1px solid #5A5A5A;
}
.wximg img{
    width: 150px;
}
.wximg.off{
    display: none;
}

